projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
356d75b
)
Fix unbalanced quotes.
author
Juri Linkov
<juri@jurta.org>
Wed, 1 Nov 2006 23:44:51 +0000
(23:44 +0000)
committer
Juri Linkov
<juri@jurta.org>
Wed, 1 Nov 2006 23:44:51 +0000
(23:44 +0000)
lispintro/emacs-lisp-intro.texi
patch
|
blob
|
history
diff --git
a/lispintro/emacs-lisp-intro.texi
b/lispintro/emacs-lisp-intro.texi
index dce9e9055a6169d0442fac43fd588077386d7869..e06dd809cc39b09fc7749351c4ca736783e1b57b 100644
(file)
--- a/
lispintro/emacs-lisp-intro.texi
+++ b/
lispintro/emacs-lisp-intro.texi
@@
-19246,7
+19246,7
@@
skeletal form:
@smallexample
@group
(defun current-kill (n &optional do-not-move)
- "Rotate the yanking point by N places, and then return that kill.
+ "Rotate the yanking point by N places, and then return that kill.
"
(let @var{varlist}
@var{body}@dots{})
@end group